forked from ddrilling/AsbCloudServer
update WellContact.http
This commit is contained in:
parent
bfe2583921
commit
37922367d7
@ -14,7 +14,7 @@ accept: */*
|
||||
Authorization: {{auth}}
|
||||
|
||||
### Ïîëó÷åíèå êîíòàêòîâ ïî òèïó êîíòàêòà è êëþ÷ó ñêâàæèíû
|
||||
GET {{baseUrl}}/api/well/{{idWell}}/WellContact/contactType/{{contactTypeId}}
|
||||
GET {{baseUrl}}/api/well/{{idWell}}/WellContact/type/{{contactTypeId}}
|
||||
Content-Type: {{contentType}}
|
||||
accept: */*
|
||||
Authorization: {{auth}}
|
||||
@ -32,16 +32,16 @@ accept: */*
|
||||
Authorization: {{auth}}
|
||||
|
||||
{
|
||||
"id" : 2,
|
||||
"IdCompanyType" : 1,
|
||||
"IdWell": 1,
|
||||
"FullName": "Áýòìàí Ñóïåðìåíîâè÷",
|
||||
"FullName": "batman",
|
||||
"Email": "aa@aa.aa",
|
||||
"Phone": "80000000000",
|
||||
"Position": "Ïîâàð",
|
||||
"Company": "Ìèøëåí ëòä"
|
||||
}
|
||||
|
||||
|
||||
### èçìåíåíèå êîíòàêòà
|
||||
PUT {{baseUrl}}/api/well/{{idWell}}/WellContact
|
||||
Content-Type: {{contentType}}
|
||||
@ -49,6 +49,7 @@ accept: */*
|
||||
Authorization: {{auth}}
|
||||
|
||||
{
|
||||
"id" : 2,
|
||||
"IdCompanyType" : 1,
|
||||
"IdWell": 1,
|
||||
"FullName": "Áýòìàí Ñóïåðìåíîâè÷",
|
||||
|
Loading…
Reference in New Issue
Block a user