Endpoint:
Method: POST
Type: RAW
URL: {{ClientsApiEndpoint}}/createHeaders:
| Key | Value | Description |
|---|---|---|
| Content-Type | application/json |
Body:
{
"Name": "Pablo Maestre",
"Email": "pabloandresm93@gmail.com"
}Endpoint:
Method: DELETE
Type:
URL: {{ClientsApiEndpoint}}/delete/5e11269570c0f10b912c572dEndpoint:
Method: GET
Type:
URL: {{ClientsApiEndpoint}}/get/02eedaf2-d6bb-41db-b2af-c226a741da78Endpoint:
Method: GET
Type:
URL: {{ClientsApiEndpoint}}/listEndpoint:
Method: PUT
Type: RAW
URL: {{ClientsApiEndpoint}}/update/02eedaf2-d6bb-41db-b2af-c226a741da78Headers:
| Key | Value | Description |
|---|---|---|
| Content-Type | application/json |
Body:
{
"Name": "Yuranis Patricia Molina Heredia",
"Email": "yura024@hotmail.com"
}Endpoint:
Method: GET
Type:
URL: {{InventoryApiEndpoint}}/list/a0671dc6-3d6d-11ea-8dd9-38c98647e86cEndpoint:
Method: GET
Type:
URL: {{InventoryApiEndpoint}}/list/a0671dc6-3d6d-11ea-8dd9-38c98647e86cQuery params:
| Key | Value | Description |
|---|---|---|
| available | false |
Endpoint:
Method: POST
Type: RAW
URL: {{InventoryApiEndpoint}}/registerHeaders:
| Key | Value | Description |
|---|---|---|
| Content-Type | application/json |
Body:
{
"ResourceId": "a0671dc6-3d6d-11ea-8dd9-38c98647e86c"
}Endpoint:
Method: PUT
Type: RAW
URL: {{InventoryApiEndpoint}}/setAvailability/9fa493c0-45bd-11ea-973b-efaa16fd349eHeaders:
| Key | Value | Description |
|---|---|---|
| Content-Type | application/json |
Body:
{
"Available": true
}Endpoint:
Method: GET
Type:
URL: {{InventoryApiEndpoint}}/summaryEndpoint:
Method: GET
Type:
URL: {{RentingApiEndpoint}}/listEndpoint:
Method: GET
Type:
URL: {{RentingApiEndpoint}}/list/by-client-id/4872e42e-b27c-4823-8f83-1383e047b5c2Endpoint:
Method: POST
Type: RAW
URL: {{RentingApiEndpoint}}/registerHeaders:
| Key | Value | Description |
|---|---|---|
| Content-Type | application/json |
Body:
{
"ResourceId": "a0671dc6-3d6d-11ea-8dd9-38c98647e86c",
"ClientId": "599a9fcb-447d-4662-ac53-1ca092131ae2",
"RegistrationDate": "06/02/2020"
}Endpoint:
Method: PUT
Type: RAW
URL: {{RentingApiEndpoint}}/return/e07042eb-295b-41c1-bb35-400ff4537057Headers:
| Key | Value | Description |
|---|---|---|
| Content-Type | application/json |
Body:
{
"ReturnDate": "07-02-2020"
}Endpoint:
Method: POST
Type: RAW
URL: {{ResourceApiEndpoint}}/createHeaders:
| Key | Value | Description |
|---|---|---|
| Content-Type | application/json |
Body:
{
"Name": "EKS course",
"DateOfPublication": "2020",
"Author": "Mario Mercado",
"Tags": [
"aws", "kubernetes", "cloud", "devops"
],
"Type": "DVD",
"Description": "This is an amazing course, I think..."
}Endpoint:
Method: DELETE
Type:
URL: {{ResourceApiEndpoint}}/delete/5e0175e7618fcae0713d7543Endpoint:
Method: GET
Type:
URL: {{ResourceApiEndpoint}}/get/a0671dc6-3d6d-11ea-8dd9-38c98647e86cEndpoint:
Method: GET
Type:
URL: {{ResourceApiEndpoint}}/listEndpoint:
Method: PUT
Type: RAW
URL: {{ResourceApiEndpoint}}/update/5e0175e7618fcae0713d7543Headers:
| Key | Value | Description |
|---|---|---|
| Content-Type | application/json |
Body:
{
"Name": "EKS course",
"DateOfPublication": "2020",
"Author": "Mario Mercado",
"Tags": [
"aws", "kubernetes", "cloud", "devops"
],
"Type": "DVD",
"Description": "This is an amazing course, I think..."
}Made with ♥ by thedevsaddam | Generated at: 2020-08-20 21:56:55 by docgen