POST api/MagazineAuth
Request Information
URI Parameters
None.
Body Parameters
MagazineReq| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Password": "sample string 2"
}
application/xml, text/xml
Sample:
<MagazineReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kansa.Crm.Api.Data"> <Id>sample string 1</Id> <Password>sample string 2</Password> </MagazineReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MagazineRes| Name | Description | Type | Additional information |
|---|---|---|---|
| Guid | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Guid": "sample string 1",
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<MagazineRes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kansa.Crm.Api.Data"> <Guid>sample string 1</Guid> <Message>sample string 2</Message> </MagazineRes>