PUT api/ComplianceNote?VendorID={VendorID}&VendorPassword={VendorPassword}&APIGUID={APIGUID}

Allows for a Put of a compliance sequence

Request Information

URI Parameters

NameDescriptionTypeAdditional information
VendorID

string

Required

VendorPassword

string

Required

APIGUID

string

Required

Body Parameters

ComplianceNote
NameDescriptionTypeAdditional information
ComplianceKey

integer

None.

EmployeeKey

integer

None.

com_NextSequence

integer

None.

com_InspectionOccured

date

None.

com_NextActionDate

date

None.

com_Closed

date

None.

com_NextProcess

date

None.

com_NextNote

string

None.

cs_Location

string

None.

cs_FileName

string

None.

ImageBase64

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ComplianceKey": 1,
  "EmployeeKey": 2,
  "com_NextSequence": 3,
  "com_InspectionOccured": "2024-09-19T12:33:08.1128792-05:00",
  "com_NextActionDate": "2024-09-19T12:33:08.1128792-05:00",
  "com_Closed": "2024-09-19T12:33:08.1128792-05:00",
  "com_NextProcess": "2024-09-19T12:33:08.1128792-05:00",
  "com_NextNote": "sample string 8",
  "cs_Location": "sample string 9",
  "cs_FileName": "sample string 10",
  "ImageBase64": "sample string 11"
}

application/xml, text/xml

Sample:
<ComplianceNote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMSRXChange.DataClassesCompliance">
  <ComplianceKey>1</ComplianceKey>
  <EmployeeKey>2</EmployeeKey>
  <ImageBase64>sample string 11</ImageBase64>
  <com_Closed>2024-09-19T12:33:08.1128792-05:00</com_Closed>
  <com_InspectionOccured>2024-09-19T12:33:08.1128792-05:00</com_InspectionOccured>
  <com_NextActionDate>2024-09-19T12:33:08.1128792-05:00</com_NextActionDate>
  <com_NextNote>sample string 8</com_NextNote>
  <com_NextProcess>2024-09-19T12:33:08.1128792-05:00</com_NextProcess>
  <com_NextSequence>3</com_NextSequence>
  <cs_FileName>sample string 10</cs_FileName>
  <cs_Location>sample string 9</cs_Location>
</ComplianceNote>

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.