POST api/CHAEmail/PutCHABESignedFile

Request Information

URI Parameters

None.

Body Parameters

CHABESignedFile
NameDescriptionTypeAdditional information
BS_ID

integer

None.

BS_CP_ID

integer

None.

BS_BE_ID

integer

None.

BS_SIGNED_BLOB_URL

string

None.

BS_SIGNED_STATUS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BS_ID": 1,
  "BS_CP_ID": 1,
  "BS_BE_ID": 1,
  "BS_SIGNED_BLOB_URL": "sample string 1",
  "BS_SIGNED_STATUS": "sample string 2"
}

application/xml, text/xml

Sample:
<CHABESignedFile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <BS_BE_ID>1</BS_BE_ID>
  <BS_CP_ID>1</BS_CP_ID>
  <BS_ID>1</BS_ID>
  <BS_SIGNED_BLOB_URL>sample string 1</BS_SIGNED_BLOB_URL>
  <BS_SIGNED_STATUS>sample string 2</BS_SIGNED_STATUS>
</CHABESignedFile>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.