POST Promo/PromoSMS
Request Information
URI Parameters
None.
Body Parameters
PromoParamAPIName | Description | Type | Additional information |
---|---|---|---|
PromoCode | string |
None. |
|
Nama | string |
None. |
|
DOBAnak | string |
None. |
|
KodeUnik | string |
None. |
|
Phone | string |
None. |
|
DomisiliID | integer |
None. |
|
SpgCode | string |
None. |
|
Channel | string |
None. |
|
MsgRespon2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PromoCode": "sample string 1", "Nama": "sample string 2", "DOBAnak": "sample string 3", "KodeUnik": "sample string 4", "Phone": "sample string 5", "DomisiliID": 6, "SpgCode": "sample string 7", "Channel": "sample string 8", "MsgRespon2": "sample string 9" }
Response Information
Resource Description
ResultModelOfPromoParamAPIName | Description | Type | Additional information |
---|---|---|---|
StatusCode | string |
None. |
|
StatusMessage | string |
None. |
|
Value | PromoParamAPI |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": "sample string 1", "StatusMessage": "sample string 2", "Value": { "PromoCode": "sample string 1", "Nama": "sample string 2", "DOBAnak": "sample string 3", "KodeUnik": "sample string 4", "Phone": "sample string 5", "DomisiliID": 6, "SpgCode": "sample string 7", "Channel": "sample string 8", "MsgRespon2": "sample string 9" } }