POST api/Report/BulkWhatsAppMessage
Request Information
URI Parameters
None.
Body Parameters
BulkWhatsAppMessagesName | Description | Type | Additional information |
---|---|---|---|
DBName | string |
None. |
|
BranchInternalCode | string |
None. |
|
UserInternalCode | string |
None. |
|
MessageType | string |
None. |
|
MessagePurpose | string |
None. |
|
WhatsAppMessageTemplateCode | string |
None. |
|
PartyType | string |
None. |
|
PartyCodeList | string |
None. |
|
CatgoryCodeList | string |
None. |
|
CityCodelist | string |
None. |
|
BranchCodeList | string |
None. |
|
BrandCodeList | string |
None. |
|
ProductCodeList | string |
None. |
|
ItemModelCodeList | string |
None. |
|
StartDate | integer |
None. |
|
EndDate | integer |
None. |
|
SalesPurchaseType | string |
None. |
|
PriceRangeType | string |
None. |
|
Price1 | decimal number |
None. |
|
Price2 | decimal number |
None. |
|
Data | DataTable |
None. |
|
PromotionalCampaignTemplateCode | string |
None. |
|
ItemCategoryList | string |
None. |
|
ProductCategoryList | string |
None. |
|
ItemClassificationType | string |
None. |
|
ItemClassificationList | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "DBName": "sample string 1", "BranchInternalCode": "sample string 2", "UserInternalCode": "sample string 3", "MessageType": "sample string 4", "MessagePurpose": "sample string 5", "WhatsAppMessageTemplateCode": "sample string 6", "PartyType": "sample string 7", "PartyCodeList": "sample string 8", "CatgoryCodeList": "sample string 9", "CityCodelist": "sample string 10", "BranchCodeList": "sample string 11", "BrandCodeList": "sample string 12", "ProductCodeList": "sample string 13", "ItemModelCodeList": "sample string 14", "StartDate": 15, "EndDate": 16, "SalesPurchaseType": "sample string 17", "PriceRangeType": "sample string 18", "Price1": 19.1, "Price2": 20.1, "Data": null, "PromotionalCampaignTemplateCode": "sample string 21", "ItemCategoryList": "sample string 22", "ProductCategoryList": "sample string 23", "ItemClassificationType": "sample string 24", "ItemClassificationList": "sample string 25" }
application/xml, text/xml
Sample:
<BulkWhatsAppMessages xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <BranchCodeList>sample string 11</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <BrandCodeList>sample string 12</BrandCodeList> <CatgoryCodeList>sample string 9</CatgoryCodeList> <CityCodelist>sample string 10</CityCodelist> <DBName>sample string 1</DBName> <Data i:nil="true" /> <EndDate>16</EndDate> <ItemCategoryList>sample string 22</ItemCategoryList> <ItemClassificationList>sample string 25</ItemClassificationList> <ItemClassificationType>sample string 24</ItemClassificationType> <ItemModelCodeList>sample string 14</ItemModelCodeList> <MessagePurpose>sample string 5</MessagePurpose> <MessageType>sample string 4</MessageType> <PartyCodeList>sample string 8</PartyCodeList> <PartyType>sample string 7</PartyType> <Price1>19.1</Price1> <Price2>20.1</Price2> <PriceRangeType>sample string 18</PriceRangeType> <ProductCategoryList>sample string 23</ProductCategoryList> <ProductCodeList>sample string 13</ProductCodeList> <PromotionalCampaignTemplateCode>sample string 21</PromotionalCampaignTemplateCode> <SalesPurchaseType>sample string 17</SalesPurchaseType> <StartDate>15</StartDate> <UserInternalCode>sample string 3</UserInternalCode> <WhatsAppMessageTemplateCode>sample string 6</WhatsAppMessageTemplateCode> </BulkWhatsAppMessages>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |