POST api/NormaMobile/MobileAddSignature

Request Information

URI Parameters

None.

Body Parameters

SignatureRequest
NameDescriptionTypeAdditional information
packageId

integer

None.

ImageSrc

string

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "packageId": 1,
  "ImageSrc": "sample string 2",
  "UserId": 3
}

application/xml, text/xml

Sample:
<SignatureRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MYLERZ.Base.DTO.NormaGoMobile">
  <ImageSrc>sample string 2</ImageSrc>
  <UserId>3</UserId>
  <packageId>1</packageId>
</SignatureRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DescriptiveResponseOfListOfAttachmentDTO
NameDescriptionTypeAdditional information
Value

Collection of AttachmentDTO

None.

CoreValue

string

None.

IsErrorState

boolean

None.

ErrorDescription

string

None.

ErrorMetadata

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Value": [
    {
      "ID": 1,
      "DocumentName": "sample string 2",
      "RelativePath": "sample string 3",
      "PathName": "sample string 4",
      "IsDeleted": true,
      "NormaOrderId": 1,
      "NormaOrderType": "sample string 6"
    },
    {
      "ID": 1,
      "DocumentName": "sample string 2",
      "RelativePath": "sample string 3",
      "PathName": "sample string 4",
      "IsDeleted": true,
      "NormaOrderId": 1,
      "NormaOrderType": "sample string 6"
    }
  ],
  "CoreValue": "sample string 1",
  "IsErrorState": true,
  "ErrorDescription": "sample string 3",
  "ErrorMetadata": {}
}

application/xml, text/xml

Sample:
<DescriptiveResponseOfArrayOfAttachmentDTOAmfAZ77m xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MYLERZ.Base.Entities">
  <CoreValue>sample string 1</CoreValue>
  <ErrorDescription>sample string 3</ErrorDescription>
  <ErrorMetadata />
  <IsErrorState>true</IsErrorState>
  <Value xmlns:d2p1="http://schemas.datacontract.org/2004/07/MYLERZ.Base.DTO.NormaGoMobile">
    <d2p1:AttachmentDTO>
      <d2p1:DocumentName>sample string 2</d2p1:DocumentName>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:NormaOrderId>1</d2p1:NormaOrderId>
      <d2p1:NormaOrderType>sample string 6</d2p1:NormaOrderType>
      <d2p1:PathName>sample string 4</d2p1:PathName>
      <d2p1:RelativePath>sample string 3</d2p1:RelativePath>
    </d2p1:AttachmentDTO>
    <d2p1:AttachmentDTO>
      <d2p1:DocumentName>sample string 2</d2p1:DocumentName>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:NormaOrderId>1</d2p1:NormaOrderId>
      <d2p1:NormaOrderType>sample string 6</d2p1:NormaOrderType>
      <d2p1:PathName>sample string 4</d2p1:PathName>
      <d2p1:RelativePath>sample string 3</d2p1:RelativePath>
    </d2p1:AttachmentDTO>
  </Value>
</DescriptiveResponseOfArrayOfAttachmentDTOAmfAZ77m>