POST api/vendors/quota/sms
Request Information
URI Parameters
None.
Body Parameters
SMSQuotaAuditEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| SMSQuotaAuditLogId | integer |
None. |
|
| PromotionalSMSPrice | decimal number |
None. |
|
| TransactionalSMSPrice | decimal number |
None. |
|
| CreatedTime | date |
None. |
|
| UpdatedTime | date |
None. |
|
| Active | boolean |
None. |
|
| VendorId | integer |
None. |
|
| LocationId | integer |
None. |
|
| VendorName | string |
None. |
|
| LocationName | string |
None. |
|
| PromotionalSMS | integer |
None. |
|
| TransactionalSMS | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SMSQuotaAuditLogId": 1,
"PromotionalSMSPrice": 2.0,
"TransactionalSMSPrice": 3.0,
"CreatedTime": "2025-12-31T16:41:02.4081355+05:30",
"UpdatedTime": "2025-12-31T16:41:02.4081355+05:30",
"Active": true,
"VendorId": 6,
"LocationId": 1,
"VendorName": "sample string 7",
"LocationName": "sample string 8",
"PromotionalSMS": 9,
"TransactionalSMS": 10
}
application/xml, text/xml
Sample:
<SMSQuotaAuditEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pos_crm_api_DAL.Entities"> <Active>true</Active> <CreatedTime>2025-12-31T16:41:02.4081355+05:30</CreatedTime> <LocationId>1</LocationId> <LocationName>sample string 8</LocationName> <PromotionalSMS>9</PromotionalSMS> <PromotionalSMSPrice>2</PromotionalSMSPrice> <SMSQuotaAuditLogId>1</SMSQuotaAuditLogId> <TransactionalSMS>10</TransactionalSMS> <TransactionalSMSPrice>3</TransactionalSMSPrice> <UpdatedTime>2025-12-31T16:41:02.4081355+05:30</UpdatedTime> <VendorId>6</VendorId> <VendorName>sample string 7</VendorName> </SMSQuotaAuditEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |