POST api/BetrSign/pbwsStatus
Request Information
URI Parameters
None.
Body Parameters
PbwsJobStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| jobId | string |
None. |
|
| externalId | string |
None. |
|
| status | Status |
None. |
|
| source | string |
None. |
|
| jobOwnerId | string |
None. |
|
| eventType | string |
None. |
|
| eventDateTime | date |
None. |
|
| varDataJob | VarDataJob |
None. |
|
| document | Collection of JobDocument |
None. |
|
| signWf | SignWf |
None. |
|
| resendToNextSignerEmail | string |
None. |
Request Formats
application/xml, text/xml
Sample:
<PbwsJobStatus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<JobId>sample string 1</JobId>
<ExternalId>sample string 2</ExternalId>
<Status>
<Code>sample string 1</Code>
<Desc>sample string 2</Desc>
</Status>
<Source>sample string 3</Source>
<JobOwnerId>sample string 4</JobOwnerId>
<EventType>sample string 5</EventType>
<EventDateTime>2026-07-16T02:18:54.0829134+02:00</EventDateTime>
<VarDataJob>
<VarElementJob>
<VarElementJob>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</VarElementJob>
<VarElementJob>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</VarElementJob>
</VarElementJob>
</VarDataJob>
<Document>
<Document>
<DocumentId>sample string 1</DocumentId>
<ExternalId>sample string 2</ExternalId>
<Status>
<Code>sample string 1</Code>
<Desc>sample string 2</Desc>
</Status>
<VarDataJob>
<VarElementJob>
<VarElementJob>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</VarElementJob>
<VarElementJob>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</VarElementJob>
</VarElementJob>
</VarDataJob>
<Archived>true</Archived>
</Document>
<Document>
<DocumentId>sample string 1</DocumentId>
<ExternalId>sample string 2</ExternalId>
<Status>
<Code>sample string 1</Code>
<Desc>sample string 2</Desc>
</Status>
<VarDataJob>
<VarElementJob>
<VarElementJob>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</VarElementJob>
<VarElementJob>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</VarElementJob>
</VarElementJob>
</VarDataJob>
<Archived>true</Archived>
</Document>
</Document>
<SignWf>
<StepsNum>1</StepsNum>
<CompletedStepsNum>2</CompletedStepsNum>
<Step>
<Step>
<Id>1</Id>
<Signed>true</Signed>
<SignedDateTime>2026-07-16T02:18:54.0829134+02:00</SignedDateTime>
<Signer>
<Signer>
<Group>sample string 1</Group>
<Label>sample string 2</Label>
<Signed>true</Signed>
<SignedDateTime>2026-07-16T02:18:54.0839131+02:00</SignedDateTime>
<UserName>sample string 4</UserName>
</Signer>
<Signer>
<Group>sample string 1</Group>
<Label>sample string 2</Label>
<Signed>true</Signed>
<SignedDateTime>2026-07-16T02:18:54.0839131+02:00</SignedDateTime>
<UserName>sample string 4</UserName>
</Signer>
</Signer>
</Step>
<Step>
<Id>1</Id>
<Signed>true</Signed>
<SignedDateTime>2026-07-16T02:18:54.0829134+02:00</SignedDateTime>
<Signer>
<Signer>
<Group>sample string 1</Group>
<Label>sample string 2</Label>
<Signed>true</Signed>
<SignedDateTime>2026-07-16T02:18:54.0839131+02:00</SignedDateTime>
<UserName>sample string 4</UserName>
</Signer>
<Signer>
<Group>sample string 1</Group>
<Label>sample string 2</Label>
<Signed>true</Signed>
<SignedDateTime>2026-07-16T02:18:54.0839131+02:00</SignedDateTime>
<UserName>sample string 4</UserName>
</Signer>
</Signer>
</Step>
</Step>
</SignWf>
<ResendToNextSignerEmail>sample string 7</ResendToNextSignerEmail>
</PbwsJobStatus>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.