POST api/Accounts/PostJVL1Approval

Request Information

URI Parameters

None.

Body Parameters

PostJVApproval
NameDescriptionTypeAdditional information
JV_ID

integer

None.

JV_DOCUMENT_NUMBER

string

None.

JV_CREATED_BY

integer

None.

JV_COMP_CODE

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "JV_ID": 1,
  "JV_DOCUMENT_NUMBER": "sample string 1",
  "JV_CREATED_BY": 1,
  "JV_COMP_CODE": 1
}

application/xml, text/xml

Sample:
<PostJVApproval xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <JV_COMP_CODE>1</JV_COMP_CODE>
  <JV_CREATED_BY>1</JV_CREATED_BY>
  <JV_DOCUMENT_NUMBER>sample string 1</JV_DOCUMENT_NUMBER>
  <JV_ID>1</JV_ID>
</PostJVApproval>

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.