POST api/prolabor/salvarexamemedico
Request Information
URI Parameters
None.
Body Parameters
em_doc_objName | Description | Type | Additional information |
---|---|---|---|
EM_GUID | globally unique identifier |
None. |
|
ExameMedicoBase64 | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "EM_GUID": "aa644995-553d-43f0-a970-b0476cc10c5c", "ExameMedicoBase64": "sample string 2" }
application/xml, text/xml
Sample:
<em_doc_obj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Prolabor.Data.Models"> <EM_GUID>aa644995-553d-43f0-a970-b0476cc10c5c</EM_GUID> <ExameMedicoBase64>sample string 2</ExameMedicoBase64> </em_doc_obj>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |