# METHOD

### Property description

The difference between POST and PUT is that PUT requests are idempotent. That is, calling the same PUT request multiple times will always produce the same result. In contrast, calling a POST request repeatedly have the side effects of creating the same resource multiple times.

<div align="left"><img src="https://lh4.googleusercontent.com/ax_uT9COKwgUKGuGARo8oEwA8DgkTpX8-Q28EarVUw69keOm39zno3NX143gTzpvy4tBufgCoHiQOy760CbO9ODJIg6sBqvUf3oAgOYtMsTbvWwqIRck-Ur9KZc7cFNmIPnYmBcl" alt="Constant setting of method"></div>

<div align="left"><img src="https://lh4.googleusercontent.com/QRkoD4UiCuYHPYObZY-MYAWkx-HSqhahDJuCLrxBgD4XWAieU92qGPICLRs2sKjRT0RjEeyMVgPjwEOUFPA2J4udZ60F9KK-YLN67fIFF-hltSBBD15R8u4GMo01kwgOSL1ZFTk1" alt="ƒx (String value type): “POST”, “PUT”"></div>

### State

Setting up sending request.

### Value types

POST, PUT

### Availability

[File Upload](/reference-guide/components-list/file-upload.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.adapptio.com/reference-guide/properties/method.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
