POST api/Supplementals?tipo={tipo}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tipo | string |
Required |
Body Parameters
SupplementalName | Description | Type | Additional information |
---|---|---|---|
Subject | string |
None. |
|
Filename | string |
None. |
|
data | string |
None. |
|
AnnotationId | globally unique identifier |
None. |
|
SupplementalId | globally unique identifier |
None. |
|
revisadoDISE | string |
None. |
|
Comentarios | string |
None. |
|
revisadoDAES | string |
None. |
|
AppId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Subject": "sample string 1", "Filename": "sample string 2", "data": "sample string 3", "AnnotationId": "cfdaa5d7-3e3b-4b6f-a41a-15bfb9fca239", "SupplementalId": "e4d978c6-f44a-4837-a365-f9020b26f3cf", "revisadoDISE": "sample string 6", "Comentarios": "sample string 7", "revisadoDAES": "sample string 8", "AppId": "5bd5916d-aadb-4d90-b641-99b6bcf21784" }
application/xml, text/xml
Sample:
<Supplemental xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NewSAL2011.Models"> <AnnotationId>cfdaa5d7-3e3b-4b6f-a41a-15bfb9fca239</AnnotationId> <AppId>5bd5916d-aadb-4d90-b641-99b6bcf21784</AppId> <Comentarios>sample string 7</Comentarios> <Filename>sample string 2</Filename> <Subject>sample string 1</Subject> <SupplementalId>e4d978c6-f44a-4837-a365-f9020b26f3cf</SupplementalId> <data>sample string 3</data> <revisadoDAES>sample string 8</revisadoDAES> <revisadoDISE>sample string 6</revisadoDISE> </Supplemental>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SupplementalName | Description | Type | Additional information |
---|---|---|---|
Subject | string |
None. |
|
Filename | string |
None. |
|
data | string |
None. |
|
AnnotationId | globally unique identifier |
None. |
|
SupplementalId | globally unique identifier |
None. |
|
revisadoDISE | string |
None. |
|
Comentarios | string |
None. |
|
revisadoDAES | string |
None. |
|
AppId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Subject": "sample string 1", "Filename": "sample string 2", "data": "sample string 3", "AnnotationId": "fa2aa01b-f500-42fc-bef6-7867079322c7", "SupplementalId": "2cb232df-474f-4e8f-acfe-57c1bbb6a648", "revisadoDISE": "sample string 6", "Comentarios": "sample string 7", "revisadoDAES": "sample string 8", "AppId": "f3468d4b-599d-431f-8bff-39f75e09746d" }
application/xml, text/xml
Sample:
<Supplemental xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NewSAL2011.Models"> <AnnotationId>fa2aa01b-f500-42fc-bef6-7867079322c7</AnnotationId> <AppId>f3468d4b-599d-431f-8bff-39f75e09746d</AppId> <Comentarios>sample string 7</Comentarios> <Filename>sample string 2</Filename> <Subject>sample string 1</Subject> <SupplementalId>2cb232df-474f-4e8f-acfe-57c1bbb6a648</SupplementalId> <data>sample string 3</data> <revisadoDAES>sample string 8</revisadoDAES> <revisadoDISE>sample string 6</revisadoDISE> </Supplemental>