POST api/eGov/Subscriber
Request Information
URI Parameters
None.
Body Parameters
SubscriberModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ImageShotID | integer |
None. |
|
| PhoneNumber | string |
None. |
|
| LanguageCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ImageShotID": 1,
"PhoneNumber": "sample string 2",
"LanguageCode": "sample string 3"
}
application/xml, text/xml
Sample:
<SubscriberModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Isak.WebApi.Areas.eGov.Model"> <ImageShotID>1</ImageShotID> <LanguageCode>sample string 3</LanguageCode> <PhoneNumber>sample string 2</PhoneNumber> </SubscriberModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.