GET api/Infomation/GetNewArticleID?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ArticleIDMapping| Name | Description | Type | Additional information |
|---|---|---|---|
| NewArticleId | integer |
None. |
|
| ResponseCode | ResponseCode |
None. |
|
| AlertMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"NewArticleId": 1,
"ResponseCode": 1,
"AlertMessage": "sample string 1"
}
text/xml
Sample:
<ArticleIDMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CentaMortgageWebAPI.Models"> <AlertMessage>sample string 1</AlertMessage> <ResponseCode>Success</ResponseCode> <NewArticleId>1</NewArticleId> </ArticleIDMapping>