POST api/Authors/SaveAuthorArticle

Request Information

URI Parameters

None.

Body Parameters

Author2Article
NameDescriptionTypeAdditional information
Author2ArticleId

integer

None.

AuthorId

string

None.

HubSpotId

string

None.

SortOrder

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "Author2ArticleId": 1,
  "AuthorId": "sample string 2",
  "HubSpotId": "sample string 3",
  "SortOrder": 4
}

application/xml, text/xml

Sample:
<Author2Article xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NiceAPI.Managers">
  <Author2ArticleId>1</Author2ArticleId>
  <AuthorId>sample string 2</AuthorId>
  <HubSpotId>sample string 3</HubSpotId>
  <SortOrder>4</SortOrder>
</Author2Article>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Author2Article'.

Response Information

Resource Description

None.